home *** CD-ROM | disk | FTP | other *** search
- this._visible = false;
- control = {base:this,resize:function(w, h)
- {
- var scale = 100 / w * 800;
- this.base.mask.ph._xscale = scale;
- this.base.mask.ph._yscale = scale;
- var newW = w / 100 * scale;
- var newH = h / 100 * scale;
- this.base.mask._xscale = 0.125 * newW;
- this.base.mask._yscale = 0.16666666666666666 * newH;
- this.base.mask.ph._xscale = scale / (this.base.mask._xscale / 100);
- this.base.mask.ph._yscale = scale / (this.base.mask._yscale / 100);
- var x = 400 - this.base._width / 2;
- var y = 300 - this.base._height / 2;
- if(x < 1 or 390 < x)
- {
- x = 10;
- }
- if(y < 10 or 300 < y)
- {
- y = 10;
- }
- this.base._x = x;
- this.base._y = y;
- this.base._visible = true;
- this.base.left = 0;
- this.base.right = 800 - this.base._width;
- this.base.top = 25;
- this.base.bottom = 600;
- call("_level0/fade:change");
- }};
- stop();
-